-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Extract decorative arrows in CSS #2063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract decorative arrows in CSS #2063
Conversation
Thanks for this! 💚 I've now merged #2050 and so there's a bunch of conflict in this one. Can you take a look? |
{{ form.body.as_field_group }} | ||
</div> | ||
{{ form.captcha }} | ||
<p class="submit"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changing to button and using content
for the arrows make sense to me. Since we are changing it anyways, can we change this to <div>
as well? I don't think a <p>
tag (as we used to have before this PR) makes a lot of sense semantically here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good point!
23a414c
to
25a1de2
Compare
25a1de2
to
d2a6e77
Compare
</div> | ||
</form> | ||
<hr /> | ||
<hr aria-hidden="true" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay in reviewing this. I think this PR looks good to be merged. Thanks for working on this!
Awww thank you ❤️
…-------- Message d'origine --------
Le 26/09/2025 15:22, Saptak Sengupta a écrit :
Merged [#2063](#2063) into main.
—
Reply to this email directly, [view it on GitHub](#2063 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAH4XCNN2DSKQXUPVDNF72D3UU4ZRAVCNFSM6AAAAAB4MVO3M2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJZHE2DIMRXGE4TIOA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Following PR #2050, we use generated content in CSS for the decorative arrows in the contact form and the fundraising forms.
The last occurrence of
→
appeared to be in a unused template (something related to the COC), I removed it. Less code, fewer problems. :]Screenshots in dark and bright mode:
Bright mode
Dark mode
aria-hidden="true"
on decorative<hr>
in the fundraising form.